Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of installation scripts to run on Ubuntu 22.04 #10

Open
wants to merge 3 commits into
base: infosaar-updates
Choose a base branch
from

Conversation

alcemirsantos
Copy link

I have altered several configurations in the scripts available in the integration-scripts folder.

These changes were mostly suggested by @bockthom in our conversation in the issue #9. However, I had to change some points on my own while trying to get the installation done.

packages.r Outdated
devtools::install_url("https://cloud.r-project.org/CRAN/src/contrib/Archive/slam/slam_0.1-40.tar.gz")
devtools::install_url("https://cloud.r-project.org/CRAN/src/contrib/Archive/arules/arules_1.5-0.tar.gz")
devtools::install_url("https://cloud.r-project.org/CRAN/src/contrib/Archive/proxy/proxy_0.4-16.tar.gz")
devtools::install_url("https://cloud.r-project.org/CRAN/src/contrib/Archive/tm/tm_0.7-1.tar.gz")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line regarding package "tm" was commented out on purpose, as other packages were not compatible with tm_0.7-1 any more. I remember that I had encountered some errors with this version of tm last year, and therefore, I had commented out this line --- when this line is commented out and no other version of tm is already installed, the most recent version of this package is installed further below in this script, which was version 0.7-8 in my case. So, I would recommend to use version tm_0.7-8 instead of tm_0.7-1 to prevent errors here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I commented the line out again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants